-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(native_dio_adapter): bump cronet_http, cupertino_http dependency #1735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to see you over here
One test is failing, do you mind looking into it? |
yes, it looks like the current minimum supported dart version does not work with the latest version of cupertino_http |
I bumped the minimum supported flutter version for the flutter plugins (which is only native_dio_adapter it seems?) to 3.7.0 - this should fix the error in the test. IMO this should be fine since this is an experimental package, but if you have concerns about this just let me know |
Yea this is the only one, and the example but I guess that's fine. |
@@ -6,13 +6,13 @@ repository: https://github.com/cfug/dio/blob/main/plugins/native_dio_adapter | |||
issue_tracker: https://github.com/cfug/dio/issues | |||
|
|||
environment: | |||
sdk: '>=2.18.0 <3.0.0' | |||
sdk: '>=2.19.0 <3.0.0' | |||
flutter: ">=3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider update the Flutter constraint too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
We should release this as |
Co-authored-by: Alex Li <github@alexv525.com> Signed-off-by: Martin Kamleithner <martin.kamleithner@gmail.com>
Sure, just write |
Oh it seems the bot didn't take good care of Flutter plugins. I'll schedule another run once it's resolved. |
Thank you |
v0.1.0 is up. |
New Pull Request Checklist
main
branch to avoid conflicts (via merge from master or rebase)CHANGELOG.md
in the corresponding packageAdditional context and info (if any)
updates cronet_http and cupertino_http dependencies and updates the code for their breaking changes